home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 30 / Amiga Format AFCD30 (Sep 1998, Issue 114).iso / -seriously_amiga- / sound / 8hzppc-wos / changes.mfc < prev    next >
Text File  |  1998-06-22  |  953b  |  36 lines

  1. CHANGES - as made by Mike Cheng (MFC)
  2.         mikecheng@cryogen.com
  3.         http://linux.tc3net.com/cstar/
  4.  
  5. MFCPCM  (m5)
  6.     had problems with using different pcm samples on different endian
  7. architectures. -> put in a pcm byte-ordering switch. 
  8.  
  9. MFCPCM  (m4)
  10.     hacked back in raw pcm support (changes to main.c, wave.c and types.h)
  11.     Must be a stereo 16bit PCM file.
  12.     New command line switches:
  13.         -r      specify that this is a raw PCM file
  14.         -f <Hz>  specify PCM file sample rate. (default: 44100)
  15.  
  16. MFCASMFFT (m3) *AMIGA ONLY*
  17.     added in the asm FFT from mp3enc for m68k 
  18.     based on sources from Henryk Richter and Stephane Tavenard
  19.  
  20. PSYD  (m2)
  21.     cleaned up a few bits in l3psy.c
  22.     replaced a sparse matrix multiply with a hand configured unrolling
  23.  
  24. WINDST2 (m2)
  25.     minor, minor cleanup in window_subband
  26.  
  27. FILTST (m2)
  28.     filter_subband in l3subband.c
  29.     speed ups borrowed from Stephane Tavenard
  30.  
  31. LOOPD (m1)
  32.     sped up the quantize() function
  33.  
  34. MDCTD & MDCTD2  (m1)
  35.     sped up l3mdct.c 
  36.